home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / media / video / cx23885 / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  993 b   |  31 lines

  1. config VIDEO_CX23885
  2.     tristate "Conexant cx23885 (2388x successor) support"
  3.     depends on DVB_CORE && VIDEO_DEV && PCI && I2C && INPUT
  4.     select I2C_ALGOBIT
  5.     select VIDEO_BTCX
  6.     select VIDEO_TUNER
  7.     select VIDEO_TVEEPROM
  8.     select VIDEO_IR
  9.     select VIDEOBUF_DVB
  10.     select VIDEOBUF_DMA_SG
  11.     select VIDEO_CX25840
  12.     select VIDEO_CX2341X
  13.     select DVB_DIB7000P if !DVB_FE_CUSTOMISE
  14.     select DVB_S5H1409 if !DVB_FE_CUSTOMISE
  15.     select DVB_S5H1411 if !DVB_FE_CUSTOMISE
  16.     select DVB_LGDT330X if !DVB_FE_CUSTOMISE
  17.     select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  18.     select DVB_TDA10048 if !DVB_FE_CUSTOMIZE
  19.     select MEDIA_TUNER_MT2131 if !MEDIA_TUNER_CUSTOMIZE
  20.     select MEDIA_TUNER_XC2028 if !DVB_FE_CUSTOMIZE
  21.     select MEDIA_TUNER_TDA8290 if !DVB_FE_CUSTOMIZE
  22.     select MEDIA_TUNER_TDA18271 if !DVB_FE_CUSTOMIZE
  23.     select MEDIA_TUNER_XC5000 if !DVB_FE_CUSTOMIZE
  24.     ---help---
  25.       This is a video4linux driver for Conexant 23885 based
  26.       TV cards.
  27.  
  28.       To compile this driver as a module, choose M here: the
  29.       module will be called cx23885
  30.  
  31.